home *** CD-ROM | disk | FTP | other *** search
- Path: fiol.nbrock.dk!tax
- From: tax@fiol.nbrock.dk (Thomas Neumann)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Shared libs with SAS
- Date: 3 Apr 1996 09:06:45 GMT
- Organization: News Server at UNI-C, Danish Computing Centre for Research and Education.
- Message-ID: <4jtf35$fpk@news.uni-c.dk>
- References: <4jqn0i$klp@strauss.udel.edu>
- NNTP-Posting-Host: fiol.nbrock.dk
- X-Newsreader: TIN [version 1.2 PL1]
-
- John Pat Corigliano (jcorig@strauss.udel.edu) wrote:
- : I am making my first attempt at creating a shared library and am
- : having problems with the linker. I am linking with libent.o and
- : libinit.o but not sc.lib because my library does not use any
- : standard library functions. Everything compiles ok (I am using
- : the LIBCODE option) but the linker declares these strange
- : "Undefined symbols":
-
- : __CXD33 __CXV42 __CXV24 __CXD55 __CXA55 __CXV34
- : __CXM22 __CXV54 __CXV45 __CXM33
-
- : What are these functions? What do I need to link with?
-
- It's look like you have to link with one of the math libraries.
-
- Thomas Neumann
-
-